From: Stefan Monnier Date: Thu, 29 May 2008 17:40:20 +0000 (+0000) Subject: (icomplete-completions): Typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21353 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=29f313d7dca839ff2123b08e84352a5caf31aa89;p=emacs.git (icomplete-completions): Typo. --- diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 02fb4c76214..5e2639bb566 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -320,7 +320,7 @@ are exhibited within the square braces.)" (string-width (buffer-string)))) (prospects-max ;; Max total length to use, including the minibuffer content. - (* (+ icomplete-max-minibuffer-height + (* (+ icomplete-prospects-height ;; If the minibuffer content already uses up more than ;; one line, increase the allowable space accordingly. (/ prospects-len (window-width)))